2008-06-21 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkiconcachevalidator.c (check_pixel_data): Cast to guint8* to avoid
a compiler warning.
svn path=/trunk/; revision=20665
+2008-06-21 Johan Dahlin <jdahlin@async.com.br>
+
+ * gtk/gtkiconcachevalidator.c (check_pixel_data): Cast to guint8* to avoid
+ a compiler warning.
+
2008-06-21 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.h: remove redundant include, fix
GdkPixdata data;
check ("pixel data", gdk_pixdata_deserialize (&data, length,
- info->cache + offset + 8,
+ (const guint8*)info->cache + offset + 8,
NULL));
}